Electronic component datasheets for AI agents — specs, pinouts, package data on demand. No PDFs required.
Overview
SheetsData gives AI agents instant, structured access to electronic component data. One tool call returns the
pinout. Another returns electrical specs. No PDFs. No uploads. No context window stuffing.
What it does
search_parts— multi-distributor search with merged pricing and stockread_datasheet— structured sections: pinout, electrical, package, abs_maxcompare_parts— 2–5 parts side-by-side on real datasheet specscheck_design_fit— validate operating conditions, get PASS/FAIL/WARNING per parameterfind_alternative— substitute components by package, specs, or availabilityanalyze_image— vision AI on graphs, package drawings, pin diagrams
Plus 12 total tools, 8 prompts, and 3 reference resources covering BOM review, second-sourcing, firmware kickstart,
thermal review, and more.
Install
- Claude Desktop: drag the
.mcpbfrom the latest release onto the window - Cursor / VS Code: one-click install buttons in the README
- Anything else: paste the config above
OAuth on first use — no API key required, but you can grab one if you prefer. Free tier available; usage-based pricing thereafter.
Server Config
{
"mcpServers": {
"sheetsdata": {
"command": "npx",
"args": [
"-y",
"@sheetsdata/mcp"
]
}
}
}